2020-2021 Sunseeker Telemetry and Lighting System
mpu_ex1_threeSeg.c File Reference
#include "driverlib.h"

Go to the source code of this file.

Functions

void main (void)
 

Variables

uint16_t * ptr = 0
 
uint16_t Data =0
 

Function Documentation

◆ main()

void main ( void  )

Variable Documentation

◆ Data

uint16_t Data =0

Definition at line 61 of file mpu_ex1_threeSeg.c.

Referenced by main().

◆ ptr

uint16_t* ptr = 0

MSP430FR57x Demo - MPU Write protection violation - PUC

Description: The MPU segment boundaries are defined by: Border 1 = 0xCA00 [segment #: 5] Border 2 = 0xD000 [segment #: 8] Segment 1 = 0xC200 - 0xC9FF Segment 2 = 0xCA00 - 0xCFFF Segment 3 = 0xD000 - 0xFFFF Segment 2 is write protected. Any write to an address in the segment 2 range causes a PUC. The LEDs toggles due to repeated PUCs. A delay is included so the debugger can gain access via JTAG.

ACLK = n/a, MCLK = SMCLK = TACLK = default DCO = ~625 KHz

     MSP430FR5739
   ---------------
/ |
RST

| | | P1.0|-->LED | P3.5|-->LED

Definition at line 60 of file mpu_ex1_threeSeg.c.

Referenced by main().